Hansen

About

Hansen

HTML5 Multipurpose Template

Outsider is Responsible HTML5 Template usable as a personal blog or personal magazine. Template is built with Bootstrap 3 framework. It is easily customizable, the choice is yours.

Structure

Files Structure

Once downloaded, unzip the compressed folder to see the structure of the Outsider. You'll see next structure:

Html Structure

This theme is a responsive layout based on Bootstrap 3. All of the information within the main content area is nested within a body tag. The general template structure is the same throughout the template.

General structure: Navbar - Header - Main - Footer

layout

CSS Structure

All css files are located in css folder:

main.css

This file includes all general variables used in this template. If you want to change style and colors of the template you should start from this file.

    	
    /* Table of Contents
    –––––––––––––––––––––––––––––––––––––––––––––––––– */
    /*
     * Default
        * Flexbox
     * Highlighting
     * Preloader
     * Navbar
     * Social List
     * Header
     * Main
     * Masonry
        * Filter
        * Pagination
     * Post
        * Meta
        * Comments
        * Reply form
        * Sidebar, Widgets
     * Subscribe
     * About
     * Contact
     * Footer
     * Scroll Top
     * Page 404
     * Coming Soon
     * Buttons
     * Card
     * Pricing Tables
     * Counter
     * Progress Bars
     * Collapse
     * Tabs
     */

bootstrap.css, bootstrap.min.css

Bootstrap 3 Framework base stylesheets. Includes all components and elements, typography, lists, buttons, button groups, navigations, navbars, forms, labels, pricing tables and much more. This stylesheet must always be included! We recommend minified version bootstrap.min.css for use. For development you can use bootstrap.css, or you can customize Bootstrap's components, Less variables, and jQuery plugins to get your very own version here.

Javascript

All Javascript files are located in js folder.

Warning: If you create a new page or you are adding components to an existing site!

If you use a form (contact form - Contact Page, newsletter form - Post Pages with Sidebar and Coming Soon Page), make sure you have inserted:

    	
  			
   			
   		

Installation